home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / objects / fprint / r3foot.js < prev    next >
Encoding:
Text File  |  2005-04-04  |  2.0 KB  |  87 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/plugins/objects/fprint/r3foot.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("real/objects/r3prim.js")
  7. var R3CLID_FOOT = 1492;
  8.  
  9. R3FOOTM_GETHEEL = 1492000;
  10.  
  11. function _R3FOOTM_GETHEEL() {
  12.   return this.r3Do(R3FOOTM_GETHEEL, arguments);
  13. }
  14.  
  15.  
  16. R3FOOTM_GETMID = 1492001;
  17.  
  18. function _R3FOOTM_GETMID() {
  19.   return this.r3Do(R3FOOTM_GETMID, arguments);
  20. }
  21.  
  22.  
  23. R3FOOTM_GETTOE = 1492002;
  24.  
  25. function _R3FOOTM_GETTOE() {
  26.   return this.r3Do(R3FOOTM_GETTOE, arguments);
  27. }
  28.  
  29.  
  30. R3FOOTM_GETFOOTPARAMS = 1492003;
  31.  
  32. function _R3FOOTM_GETFOOTPARAMS() {
  33.   return this.r3Do(R3FOOTM_GETFOOTPARAMS, arguments);
  34. }
  35.  
  36. R3FOOTA_CoordSys = 1492500;
  37. function SetR3FOOTA_CoordSys(value) {
  38.   this.r3Set(R3FOOTA_CoordSys, value);
  39. }
  40.  
  41. function GetR3FOOTA_CoordSys() {
  42.   var value = 0;
  43.   return this.r3Get(R3FOOTA_CoordSys, value); // R3COORDSYS *
  44. }
  45.  
  46. R3FOOTA_StepHeight = 1492501;
  47. function SetR3FOOTA_StepHeight(value) {
  48.   this.r3Set(R3FOOTA_StepHeight, value);
  49. }
  50.  
  51. function GetR3FOOTA_StepHeight() {
  52.   var value = 0;
  53.   return this.r3Get(R3FOOTA_StepHeight, value); // R3FLOAT *
  54. }
  55.  
  56. R3FOOTA_Handiness = 1492502;
  57. function SetR3FOOTA_Handiness(value) {
  58.   this.r3Set(R3FOOTA_Handiness, value);
  59. }
  60.  
  61. function GetR3FOOTA_Handiness() {
  62.   var value = 0;
  63.   return this.r3Get(R3FOOTA_Handiness, value); // R3INT *
  64. }
  65.  
  66. function r3Foot () { 
  67.    this.base = r3God;
  68.    if(arguments.length) {
  69.       this.base(R3CLID_FOOT, arguments);
  70.    }
  71.    // Methods
  72.    this.GETHEEL=_R3FOOTM_GETHEEL;
  73.    this.GETMID=_R3FOOTM_GETMID;
  74.    this.GETTOE=_R3FOOTM_GETTOE;
  75.    this.GETFOOTPARAMS=_R3FOOTM_GETFOOTPARAMS;
  76.  
  77.    // Attributes
  78.    this.GetCoordSys=GetR3FOOTA_CoordSys;
  79.    this.SetCoordSys=SetR3FOOTA_CoordSys;
  80.    this.GetStepHeight=GetR3FOOTA_StepHeight;
  81.    this.SetStepHeight=SetR3FOOTA_StepHeight;
  82.    this.GetHandiness=GetR3FOOTA_Handiness;
  83.    this.SetHandiness=SetR3FOOTA_Handiness;
  84. }
  85.  
  86. r3Foot.prototype=new r3Primitive;
  87. // inc/plugins/objects/fprint/r3foot.h_H